home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 1-2.iso / HG2DEMO / hg2demo.exe / data / Shell / ldl / missions.ldl < prev    next >
Text File  |  1998-10-07  |  2KB  |  129 lines

  1. # MISSIONS
  2. # import "missions.ldl"
  3.  
  4. ################################################################
  5.  
  6. template ranger {
  7.     ### vertical bar ###
  8.     string    orientation    "vertical"
  9.     string    type    "scroller"
  10.     bool    quantizedrag    true
  11.     bool    rigidthumb    true
  12.     string    image0    "SSBR002X.TGA"
  13. }
  14.  
  15. template up_arrow {
  16.     ### up arrow ###
  17.     int    widthpix    10
  18.     int    heightpix    12
  19.     string    image0    "SSAR001U.TGA"
  20.     string    activeimage0    "SSAR001M.TGA"
  21.     string    image1    "SSAR001D.TGA"
  22. }
  23.  
  24. template down_arrow {
  25.     ### down arrow ###
  26.     int    widthpix    10
  27.     int    heightpix    12
  28.     string    image0    "SSAR002U.TGA"
  29.     string    activeimage0    "SSAR002M.TGA"
  30.     string    image1    "SSAR002D.TGA"
  31. }
  32.  
  33. template thumb {
  34.     ### vertical thumb button ###
  35.     int    widthpix    10
  36.     int    heightpix    12
  37.     string    image0    "SSBT001U.TGA"
  38.     string    activeimage0    "SSBT001M.TGA"
  39.     string    image1    "SSBT001D.TGA"
  40. }
  41.  
  42. template msn_header_text:FONT_10:MULTICOLOR {
  43. }
  44.  
  45. ################################################################
  46. msn_listbox_text:FONT_8:MULTICOLOR {
  47.     int    widthpix    100
  48.     int    heightpix    20
  49.     string    just    "left"
  50. }
  51.  
  52. ################################################################
  53.  
  54. missions_past {
  55.     int    xpix    353
  56.     int    ypix    123
  57.     int    widthpix    198
  58.     int    heightpix    217
  59.     lb : msn_listbox_text{
  60.         int    xpix    0
  61.         int    ypix    20
  62.         int    widthpix    184
  63.         int    heightpix    197
  64.         string    image0    "SFRA006X.TGA"
  65.         int    rangeryoffsetx    2
  66.         int    itemoffsetx    6
  67.         int    itemoffsety    11
  68.         int    itemheight    22
  69.         bool    alwaysranger    true
  70.         int    headeroffsety    -20
  71.         header {
  72.             switch0 : msn_header_text:misnlist.missions {
  73.                 int    widthpix    100
  74.                 int    heightpix    20
  75.                 string    just    "left"
  76.             }
  77.         }
  78.         rangery : ranger {
  79.             int    widthpix    10
  80.             incy : down_arrow {
  81.             }
  82.             decy : up_arrow {
  83.             }
  84.             thumb : thumb {
  85.             }
  86.         }
  87.     }
  88. }
  89.  
  90. ################################################################
  91.  
  92. missions_training {
  93.     int    xpix    353
  94.     int    ypix    123
  95.     int    widthpix    198
  96.     int    heightpix    217
  97.     lb : msn_listbox_text{
  98.         int    xpix    0
  99.         int    ypix    20
  100.         int    widthpix    184
  101.         int    heightpix    197
  102.         string    image0    "SFRA006X.TGA"
  103.         int    rangeryoffsetx    2
  104.         int    itemoffsetx    6
  105.         int    itemoffsety    11
  106.         int    itemheight    22
  107.         bool    alwaysranger    true
  108.         int    headeroffsety    -20
  109.         header {
  110.             switch0 : msn_header_text:misnlist.missions {
  111.                 int    widthpix    100
  112.                 int    heightpix    20
  113.                 string    just    "left"
  114.             }
  115.         }
  116.         rangery : ranger {
  117.             int    widthpix    10
  118.             incy : down_arrow {
  119.             }
  120.             decy : up_arrow {
  121.             }
  122.             thumb : thumb {
  123.             }
  124.         }
  125.     }
  126. }
  127.  
  128. $
  129.